home *** CD-ROM | disk | FTP | other *** search
- ===============================================================================
- = An amazingly convenient little program to let you set any item for any user =
- = from the DOS command line. No more TWITUSER, no need for a full SYSOP run =
- = just to tweak one thing... =
- ===============================================================================
-
- ifeq @arg1 "" If entered with no arguments, display command format
- print "Proper format is: UPL @arg0 username variable newsetting"
- print " i.e.: UPL @arg0 'rick huebner' priv $40extra"
- abort
- endif
- end
- run
-
- ifeq @name @arg1
- set @@arg2 @arg3 After setting the variable,
- chain "showuser '@arg1'" chain to Showuser to provide confirmation.
- endif
-